From: djm@kirby.fc.hp.com Date: Fri, 23 Sep 2005 00:11:04 +0000 (-0600) Subject: Default CONFIG_XEN_PRIVILEGED_GUEST to y for now X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16777 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7e1e9bf822798df8cc8e1792c187b260797b4583;p=xen.git Default CONFIG_XEN_PRIVILEGED_GUEST to y for now --- diff --git a/linux-2.6-xen-sparse/arch/ia64/Kconfig b/linux-2.6-xen-sparse/arch/ia64/Kconfig index b0bc8e21c9..2b98ff884b 100644 --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig @@ -61,7 +61,7 @@ config ARCH_XEN config XEN_PRIVILEGED_GUEST bool - default n + default y help Used in drivers/xen/privcmd.c. Should go away?